Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

Merge dev into v3.2-dev.

handrews and others added 9 commits June 12, 2025 18:28
But don't count standard JSON Schema keywords.
There needs to be a local `$dynamicAnchor`, but it is never
actually evaluated.
Co-authored-by: Ralf Handl <[email protected]>
Co-authored-by: Ralf Handl <[email protected]>
Since we are testing with a placeholder, we need to match
the placeholder.  This will unfortunately need to be different
on each new release line branch, so let's separate this test
case into its own file.
Use full schema (schema-base.yaml) in schema.test.mjs
Use full schema (schema-base.yaml) for coverage
dev: update from main
});

defineVocabulary(
"https://spec.openapis.org/oas/3.1/vocab/base",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"https://spec.openapis.org/oas/3.1/vocab/base",
"https://spec.openapis.org/oas/3.2/vocab/base",

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I commit that to dev, it will be propagated to v3.1-dev

@@ -0,0 +1,15 @@
openapi: 3.1.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
openapi: 3.1.0
openapi: 3.2.0

license:
name: Apache 2.0
identifier: Apache-2.0
jsonSchemaDialect: https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
jsonSchemaDialect: https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS
jsonSchemaDialect: https://spec.openapis.org/oas/3.2/dialect/WORK-IN-PROGRESS

schemas:
WithDollarSchema:
$id: "locked-metaschema"
$schema: https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$schema: https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS
$schema: https://spec.openapis.org/oas/3.2/dialect/WORK-IN-PROGRESS

@handrews
Copy link
Member

See #4710 instead.

@handrews handrews closed this Jun 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants